[pallet-broker] add extrinsic to remove an assignment#7080
[pallet-broker] add extrinsic to remove an assignment#7080bkchr merged 16 commits intoparitytech:masterfrom
Conversation
|
@re-gius can you run this command? |
|
@ethernomad Requester could not be detected as a member of an allowed organization. |
|
Can someone run the benchmarking? |
|
/cmd bench --pallet pallet_broker --runtime coretime-rococo coretime-westend dev |
|
Command "bench --pallet pallet_broker --runtime coretime-rococo coretime-westend dev" has started 🚀 See logs here |
…runtime coretime-rococo coretime-westend dev'
|
Command "bench --pallet pallet_broker --runtime coretime-rococo coretime-westend dev" has finished ✅ See logs here DetailsSubweight results:
Command output:❌ Failed to build coretime-rococo |
| } | ||
|
|
||
| #[benchmark] | ||
| fn remove_assignment() -> Result<(), BenchmarkError> { |
There was a problem hiding this comment.
You need to also add this to the weights files for coretime-westend and coretime-rococo. Check the output of clippy (or the clippy CI job)
|
@seadanda okay I fixed the build. Can you try the benchmarking again? |
|
/cmd bench --pallet pallet_broker --runtime coretime-rococo coretime-westend |
|
Command "bench --pallet pallet_broker --runtime coretime-rococo coretime-westend" has started 🚀 See logs here |
…runtime coretime-rococo coretime-westend'
|
Command "bench --pallet pallet_broker --runtime coretime-rococo coretime-westend" has finished ✅ See logs here DetailsSubweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
|
@ethernomad please merge master |
|
please run benchmarking |
|
/tip small |
We don't need to run them for every pr. They will be updated by the weekly job. |
|
@bkchr A referendum for a small (4 KSM) tip was successfully submitted for @ethernomad (HnQ5ufmTTZrKKhsYk4HdoScHiQyK7PSxNDVNS5YYvgoNB53 on kusama). |
|
Also the benchmarks were running already. |
|
The referendum has appeared on Polkassembly. |

Description
#6929 requests more extrinsics for "managing the network's coretime allocations without needing to dabble with migration+runtime upgrade or set/kill storage patterns"
This pull request implements the remove_assignment() extrinsic.
Integration
Downstream projects need to benchmark the weight for the remove_assignment() extrinsic.